home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / LOCKDIR.SPK / !LockDir / !Help < prev    next >
Text File  |  1997-12-11  |  5KB  |  123 lines

  1. !LockDir by Paul Vigay - Version 1.03 (11th Dec 1997)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Copyright Info
  5. ~~~~~~~~~~~~~~
  6. The !LockDir application is SHAREWARE. This means that you are
  7. free to use and copy this application subject to the following
  8. conditions being met at all times:-
  9. a) All program code and associated files remain the copyright
  10.    of the author and they are not altered, reverse coded or
  11.    edited in any way.
  12. b) Should you find this application useful, you register yourself
  13.    by sending UK £5.00 to the author at the address below. In
  14.    return you will be eligable to receive free updates and news
  15.    of other software releases.
  16. c) Usage of this application is entirely at the users risk. The
  17.    author will accept no responsibility for any corruption of
  18.    data or loss of information arising from direct or indirect
  19.    use of this application.
  20. d) This application should NOT be distributed by Shareware or PD
  21.    libraries without my express written permission.
  22.  
  23. Description
  24. ~~~~~~~~~~~
  25. A small application to password protect directories from 
  26. the RISC OS wimp environment. To use, simply alter your boot up
  27. sequence to load !LockDir as part of your computer initialisation
  28. sequence.
  29.  
  30. Instructions
  31. ~~~~~~~~~~~~
  32. In order to protect directories, you need to load !LockDir's icon
  33. onto the icon bar. This is determined by a system variable defined
  34. in it's !Run file. Load !Run into a text editor such as !Edit or
  35. !Zap and set the following line:-
  36.  
  37.            Set LockDir$Icon Yes         to install on the icon bar.
  38.            
  39.                    or
  40.                    
  41.            Set LockDir$Icon No       to NOT install on the icon bar.
  42.            
  43. The latter line should be used whenever you are not changing passwords.
  44.  
  45. When the icon is on the icon bar, simply drag the directory you wish
  46. to password protect onto this icon. The directory will be checked to
  47. see if it is already protected. If it is, you will be given the option
  48. to change the password. If it is not, you will be prompted to enter a
  49. new password.
  50.  
  51. Whenever a new password is entered, either press RETURN or click the
  52. SELECT button on the prompt icon. You will then be asked to re-enter
  53. the password for verification. Remember to make note of upper and lower
  54. case letters when entering passwords. They DO make a difference.
  55.  
  56. To unprotect a directory, follow the instructions above and enter the
  57. old password when prompted to 'Change password'. If the old password is
  58. correctly entered, you will be prompted to enter a 'New password'. At
  59. this point click on the prompt icon with the ADJUST button. The prompt 
  60. will change to 'Delete password'. At this point, simply click SELECT 
  61. to confirm the password removal for the specified directory.
  62.  
  63. In Use
  64. ~~~~~~
  65. When a password has been protected, attempting to double-click on it
  66. will bleep and open an 'Access Denied' window. At this point you
  67. have to enter the correct password in order to continue opening the
  68. directory. If the correct password is entered, the directory filer
  69. window will open in the usual way and you can continue. If you enter
  70. the wrong password, you are given another try, up to a maximum of
  71. three tries. If you get it wrong on the third try. You will be 
  72. permanently locked out of the directory until you reset the computer.
  73. Attempting to open the directory via '*Filer_OpenDir' will also be
  74. detected. RISC OS 3.1 and above will also detect wildcarded directory
  75. names being used.
  76.  
  77. I hope there are no bugs present in this application, but if you do
  78. find any please let me know, together with the sequence of actions
  79. you carried out immediately prior to the bug occurring.
  80.            
  81. Contacting the Author:
  82. ~~~~~~~~~~~~~~~~~~~~~~
  83. !LockDir was written by Paul Vigay
  84.  
  85. You can contact me via post at:
  86.     104 Manners Road,
  87.     Southsea,
  88.     Hants.,
  89.     PO4 0BG
  90.     England
  91.     
  92. or via Equinox BBS on 01705 851531 (ANSI, 8N1) and mail the Sysop
  93.  
  94. or via Email: pvigay@cix.compulink.co.uk
  95.  
  96. or Arcade or Equinox BBS (01705 871530, ANSI, 8N1)
  97.  
  98. Please enjoy.....
  99.  
  100.  
  101.  
  102. History...
  103. ~~~~~~~~~~
  104. v1.00    First release version
  105.  
  106. v1.01    Minor bug fixes (can't remember now, as I only added this History
  107.          section at v1.02
  108.  
  109. v1.02    (18th Apr 1996)
  110.          Amended to allow applications to be run rather than opened, if 
  111.          protected by !LockDir
  112.  
  113. v1.03    (11th Dec 1997)
  114.          Amended to pick up on upper/lower case directory names.
  115.          
  116.  
  117. Things to do
  118. ~~~~~~~~~~~~
  119. 1.  Write module so that CLI commands are intercepted to stop people 
  120.     bypassing !LockDir from the CLI prompt.
  121. 2.  Disable Alt-Break on RISC OS 3.5+
  122. 3.  Disable renames/deletes/moves etc (this will be in the module, coupled
  123.     with 1.